From 5255a0fe972fff73075e1306158be7d5d08311b3 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 28 Apr 2006 17:03:34 +0000 Subject: [PATCH] Make recompute take a const. --- gpsbabel/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/route.c b/gpsbabel/route.c index 108d10460..df156b0a9 100644 --- a/gpsbabel/route.c +++ b/gpsbabel/route.c @@ -448,7 +448,7 @@ track_restore( queue *head_bak) * Run over all the trackpoints, computing heading (course), speed, and * and so on. */ -void track_recompute(route_head *trk) +void track_recompute(const route_head *trk) { waypoint first; waypoint *this; -- 2.30.2